home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / handson / lrnpasc / sets / setunit.dfm / setunit.txt
Encoding:
Text File  |  1997-02-02  |  536 b   |  31 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'PASCAL SETS'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object ListBox1: TListBox
  14.     Left = 24
  15.     Top = 16
  16.     Width = 377
  17.     Height = 153
  18.     ItemHeight = 16
  19.     TabOrder = 0
  20.   end
  21.   object Button1: TButton
  22.     Left = 129
  23.     Top = 200
  24.     Width = 169
  25.     Height = 33
  26.     Caption = 'Test Set Membership'
  27.     TabOrder = 1
  28.     OnClick = Button1Click
  29.   end
  30. end
  31.